home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / pc / viewer / install.dat / QPV.INI < prev    next >
Text File  |  1995-03-31  |  8KB  |  177 lines

  1. # QPV/386 initialization file
  2. #
  3. # You may modify this file with any standard ASCII text editor.
  4. # Comments are preceded by '#' (you can also use ';' or '%').
  5. # Options are not case sensitive.  Spaces are ignored.
  6.  
  7. # Switch "fast preview" initially on/off ('!' key within QPV/386).
  8. Preview=On
  9.  
  10. # Switch "file information" initially on/off ('*' key within QPV/386).
  11. File_Info=On
  12.  
  13. # Default directory at startup.  Specify '.' for current directory.
  14. Default_Directory=.
  15.  
  16. # Check if the startup directory really exists.  It is highly recommended
  17. # to keep this setting 'on', it's only intended for some brain-dead
  18. # operating systems which are not really DOS compatible.
  19. Directory_Validate=On
  20.  
  21. # Only files matching the following filter are displayed in the
  22. # directory listing (separate multiple filters by comma ',').
  23. # The default filter is '*.*', i.e. all files are displayed.
  24. # For example '*.JPG,*.TGA' would display JPEG and Targa files only.
  25. File_Filter=*.*
  26.  
  27. # Exclude the following files from the directory listing (by default none).
  28. # Multiple entries are separated by commas.
  29. File_Exclude=*.IDX,*.256,DESCRIPT.ION
  30.  
  31. # Sort order of the directory listing.  Possible sort keys:
  32. #    None : don't sort
  33. #    Dir  : display directories first
  34. #    Name : sort by name (including extension), A first, Z last
  35. #    Ext  : sort by extension only, A first, Z last
  36. #    Size : sort by file size (size of directories is 0), smallest first
  37. #    Date : sort by file date and time, oldest first
  38. # Each key can be followed by '-' (minus sign) which reverses the order,
  39. # e.g. 'Dir-' displays direcories last, 'Size-' displays the biggest file
  40. # first.  Multiple keys (up to five) are separated by ',' (comma).
  41. # More examples:
  42. #    'Dir,Name'   : directories first, then sort by names (default)
  43. #    'Ext,Name'   : sort by extensions, files with the same extension are
  44. #                   sorted by names
  45. #    'Dir-,Date-' : directories last, sort by date (newest file first).
  46. Sort_Order=Dir,Name
  47.  
  48. # Use 16 or 256 color mode for user interface (directory listing).
  49. # Only switch on if you are sure that the 640x480x256 mode is working
  50. # correctly with QPV/386.
  51. Interface_256_Colors=Off
  52.  
  53. # QPV/386 automatically creates and updates hidden description files
  54. # (DESCRIPT.ION, compatible with 4DOS/NDOS) to store application specific
  55. # data, thus speeding up the process of getting file information.
  56. # If you don't like that, switch this off.  Of course you will still
  57. # be able to create and edit file descriptions (Alt-E).
  58. # `On' is recommended.
  59. Create_Descriptions=On
  60.  
  61. # If your mouse driver is not Microsoft compatible, switch this off.
  62. # That will also disable Follow_Mouse and Pan_Mouse.
  63. Use_Mouse=On
  64.  
  65. # The following lines define the functions of the mouse buttons.
  66. # Each mouse button corresponds to a key on your keyboard.
  67. # These three lines are for the menu/directory screen:
  68. Menu_Mouse_Button_Left  =Cursor+Enter   # view image
  69. Menu_Mouse_Button_Middle=Shift+Enter    # view tagged files
  70. Menu_Mouse_Button_Right =Cursor+Space   # tag/untag image
  71. # These three lines are for the image display screen:
  72. View_Mouse_Button_Left  =Enter          # view next image
  73. View_Mouse_Button_Middle=Esc            # stop display / return to menu
  74. View_Mouse_Button_Right =Space          # tag/untag image and view next one
  75.  
  76. # If this option is on, the file cursor (bar) will follow the mouse cursor.
  77. # You can still use the cursor keys.  The bar will NOT follow the mouse
  78. # if you place the mouse pointer at the top of the screen.
  79. Follow_Mouse=Off
  80.  
  81. # You can pan across the image by moving your mouse if this option is on.
  82. Pan_Mouse=On
  83.  
  84. # If this is on, the top of the screen will be updated immediately during
  85. # panning, the bottom part will be updated when panning is stopped.
  86. # If it's off, the whole screen is updated at every panning step, which
  87. # may look jerky (depending on the speed of your machine and the
  88. # resolution).
  89. Pan_Immediately=Off
  90.  
  91. # The step size for panning.  A plain number specifies the amount of
  92. # pixels to pan across the image each time a cursor key is pressed.
  93. # A number followed by the letter 'P' (percent) specifies the step size
  94. # depending on the current screen resolution.
  95. # Does not affect panning by mouse.
  96. Pan_Step_X=3p   # horizontal step size:  3 percent of screen width
  97. Pan_Step_Y=3p   # vertical step size:  3 percent of screen height
  98.  
  99. # On: View image while it's being loaded
  100. # Off: view image when loading is complete.
  101. View_While_Loading=On
  102.  
  103. # Display image information while it's being loaded:
  104. #    None - don't display any information
  105. #    Dir  - directory
  106. #    Name - file name (without extension)
  107. #    Ext  - file name extension
  108. #    Size - file size (in bytes)
  109. #    Type - image type
  110. #    Dim  - image dimensions (Width x Height)
  111. Image_Description=Name,Type,Dim
  112.  
  113. # Beep when the image decoding is completed or Esc hit while decoding.
  114. Ready_Beep=On
  115.  
  116. # Beep when an error occured (file format error, I/O error, etc).
  117. Error_Beep=On
  118.  
  119. # Beep when a warning occured (e.g. delete file).
  120. Warn_Beep=On
  121.  
  122. # Display all images as greyscaled on/off ('$' key within QPV/386).
  123. Force_Grey=Off
  124.  
  125. # Height and colors of the default video mode ('+'/'-' keys within QPV/386).
  126. # For colors you can use '16', '256', '32K', '64K' and '16M'.
  127. # If the desired mode is not available, QPV/386 chooses a mode which
  128. # comes as close as possible.
  129. Default_Mode_Height=480
  130. Default_Mode_Colors=64k
  131.  
  132. # Shrink the image to fit to the screen if it's too large.
  133. Fit_To_Screen=Off
  134.  
  135. # Use dithering for hicolor modes:
  136. # on:  image quality is like truecolor, but takes 15% more time.
  137. # off:  faster, but image quality is worse (not recommended).
  138. Hicolor_Dither=On
  139.  
  140. # When truecolor images (e.g. JPEG, 24 bit Targa) are to be displayed in
  141. # 256 color modes, QPV/386 can use one of these methods to reduce truecolor
  142. # to 256 colors:
  143. #  (A) use fixed palette (very fast, but quality isn't perfect)
  144. #  (B) use precalculated palette (much better quality, slightly slower)
  145. #  (C) calculate palette (same quality as (B), considerably slower)
  146. # Note that (B) requires the existence of a precalculated palette
  147. # (*.256 file), otherwise the palette has to be calculated in and
  148. # extra pass (C) which isn't currently supported by QPV/386 (however,
  149. # you can create *.256 files used by (B) with the TRUE2GIF utility).
  150. # If this switch is on, (B) is selected, otherwise (A).
  151. Hiquality_256_Colors=On
  152.  
  153. # Automatic video mode selection ('#' key within QPV/386).
  154. # on:  QPV/386 selects the mode automatically, depending on the image size
  155. #      (it ignores the mode selected by the user).
  156. # off: QPV/386 uses the mode which is currently selected by the user.
  157. # ATTENTION:  If switched on, QPV/386 may use any of the modes which are
  158. #             defined in the configuration file (QPV.CFG).  So be sure
  159. #             that all of those modes work with your video hardware!
  160. #             You have to delete the modes that do not work.
  161. Auto_Mode=Off
  162.  
  163. # Specify which modes (number of colors) QPV/386 should take into account
  164. # when automatic mode selection is switched on.
  165. # For truecolor images (e.g. color JPEGs, 24 bit Targa):
  166. Auto_Mode_Truecolor=256,32K,64K,16M
  167. # For hicolor images (e.g. 15bit Targas):
  168. Auto_Mode_Hicolor=256,32K,64K
  169. # For greyscaled images:
  170. Auto_Mode_Grey=16,256
  171. # For color images with up to 256 colors (e.g. 256 color GIFs):
  172. Auto_Mode_256Color=256
  173. # For images with up to 16 colors:
  174. Auto_Mode_16Color=16,256
  175.  
  176. ######
  177.